home *** CD-ROM | disk | FTP | other *** search
- ; Windows Virtual Serial Port Setup File
- ; Copyright (c) 2005 HTC Corp.
- ; Manufacturer: HTC Corp.
- ;
- ; This INF file installs a virtual COM port on Win2K system.
-
- [Version]
- signature = "$WINDOWS NT$"
- Class = Ports
- Provider = %OEM%
- ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
- DriverVer = 07/01/2005,1.0.2.00
-
- [SourceDisksNames]
- 1000 = %OEMSRCDISK%,"",,
-
- [SourceDisksFiles]
- qcusbmdm.sys = 1000
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- [Manufacturer]
- %OEM% = Models
-
- [Models]
- %OEMDevice00% = OEMPort00, USB\VID_0BB4&PID_0B03&MI_01
-
- [OEMPort00.NT]
- CopyFiles = FakePortCopyFileSection00
- AddReg = All00, AddReg.NT
-
- [OEMPort00.NT.Services]
- AddService = qcusbser, 0x00000002, OEMPort_Service_Inst00
-
- [OEMPort_Service_Inst00]
- DisplayName = %OEMSerialPortName00%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\qcusbser.sys
-
- [FakePortCopyFileSection00]
- qcusbser.sys, qcusbmdm.sys,,0x20
-
- [All00]
- HKR,,NTMPDriver,,qcusbser.sys
-
- [AddReg.NT]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- [Strings]
- OEM = "OEM"
- OEMSRCDISK = "USB Driver Disk"
- OEMDevice00 = "Diagnostic Interface (PID 0B03)"
- OEMSerialPortName00 = "Diagnostic Port (PID 0B03)"
-